Skip to content

[ko] in연산자 예제 오류 #26584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
doitchuu opened this issue Mar 26, 2025 · 1 comment
Open

[ko] in연산자 예제 오류 #26584

doitchuu opened this issue Mar 26, 2025 · 1 comment
Labels
l10n-ko Issues related to Korean content. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@doitchuu
Copy link
Contributor

MDN URL

https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Operators/in

이 문제에 관한 특정 섹션 또는 제목은 무엇인가요?

설명

어떤 정보가 부정확하거나 도움이 되지 않거나 불완전했나요?

예제가 아래처럼 잘못 기입되어 있습니다.

  3 in
    trees(
      // true를 반환합니다.
      1 + 2,
    ) in
    trees;

어떻게 고쳐져야 하나요?

3 in trees; // true를 반환합니다.
(1 + 2) in trees; // true를 반환합니다. 연산자 우선 순위에 의하여 이 구문의 괄호는 없어도 됩니다.

지원 링크, 참조 또는 인용구가 있으신가요?

No response

더 공유하고 싶은게 있으신가요?

No response

MDN metadata

Page report details
@doitchuu doitchuu added l10n-ko Issues related to Korean content. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Mar 26, 2025
@tjd985
Copy link
Contributor

tjd985 commented Mar 26, 2025

good issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-ko Issues related to Korean content. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Projects
None yet
Development

No branches or pull requests

2 participants